Switch the order for cursor lookup
authorMatthias Clasen <mclasen@redhat.com>
Sat, 9 Dec 2017 13:33:21 +0000 (08:33 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 9 Dec 2017 13:35:23 +0000 (08:35 -0500)
commitb3ebffa07d211c408e178574b990b2398b2c26ae
treeb05252a9499e9c55f93a060491a2fc22b9f44a57
parentda0582075ad34726f1042739278540ad00f0b891
Switch the order for cursor lookup

When looking for the cursor to apply, start from the innermost
widget and go up. This is the right behavior for cases like
entry icons. The top-down order we were using so far is the
right behavior for cases like global wait cursors. Since we
have entry icons in gtk, but not global wait cursors, lets
pick the other order for now.
gtk/gtkwindow.c